Skip to content

Comments

Add --set flags to rad upgrade kubernetes in long-running test workflow#11219

Open
willdavsmith wants to merge 3 commits intoradius-project:mainfrom
willdavsmith:021026-lrt-fix
Open

Add --set flags to rad upgrade kubernetes in long-running test workflow#11219
willdavsmith wants to merge 3 commits intoradius-project:mainfrom
willdavsmith:021026-lrt-fix

Conversation

@willdavsmith
Copy link
Contributor

Description

Add --set flags to rad upgrade kubernetes in long-running test workflow. This is to address a bug/existing behavior in rad upgrade kubernetes where this command will not persist previously-applied --set flags.

Type of change

  • This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional).

#11218

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

Signed-off-by: willdavsmith <willdavsmith@gmail.com>
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a workaround for a known limitation in rad upgrade kubernetes where Helm chart values from the previous release are not automatically reused during upgrades. The change ensures that critical configuration values (global.azureWorkloadIdentity.enabled=true and database.enabled=true) are explicitly re-applied during control plane upgrades in the long-running Azure test workflow, preventing them from silently resetting to their chart defaults.

Changes:

  • Modified .github/scripts/manage-radius-installation.sh to pass --set flags when executing rad upgrade kubernetes

@willdavsmith willdavsmith requested a deployment to external-contributor-approval February 12, 2026 16:54 — with GitHub Actions Waiting
@radius-functional-tests
Copy link

radius-functional-tests bot commented Feb 12, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository willdavsmith/radius
Commit ref 8a642ed
Unique ID func3f92c7b0c8
Image tag pr-func3f92c7b0c8
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func3f92c7b0c8
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func3f92c7b0c8
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func3f92c7b0c8
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func3f92c7b0c8
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func3f92c7b0c8
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
❌ Test tool installation for corerp-cloud failed. Please check the logs for more details
❌ Failed to install Radius for corerp-cloud functional test. Please check the logs for more details
⌛ Starting ucp-cloud functional tests...
❌ corerp-cloud functional test failed. Please check the logs for more details
❌ ucp-cloud functional test cancelled. Please check the logs for more details

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants